Vcenter Authorization VtContainers Mappings FilterSpec

Vcenter Authorization VtContainers Mappings FilterSpec
Vcenter Authorization VtContainers Mappings FilterSpec

The Vcenter Authorization VtContainers Mappings FilterSpec schema contains properties used to filter the items returned from a GET /vcenter/authorization/vt-containers/mappings operation.

This schema was added in vSphere API 8.0.3.0.

JSON Example
{
    "vtcontainers": [
        "string"
    ],
    "types": [
        "string"
    ]
}
array of string
vtcontainers
Optional

A set of vTContainers.

This property was added in vSphere API 8.0.3.0.

If missing or null or empty, the result will not be filtered by vTContainer instance.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.authorization.VtContainer. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.authorization.VtContainer.

array of string
types
Optional

A set of object resource types.

This property was added in vSphere API 8.0.3.0.

If missing or null or empty, the result will not be filtered by object resource type.